Click or drag to resize

ServiceReply Method (IListReplyItem, MessageDisposition, FolderId)

Sends reply messages.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> Reply(
	IList<ReplyItem> replyItems,
	MessageDisposition messageDisposition,
	FolderId sentItemsFolderId
)

Parameters

replyItems
Type: System.Collections.GenericIListReplyItem
The reply items.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
The message disposition.
sentItemsFolderId
Type: Independentsoft.ExchangeFolderId
The sent items folder identifier.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also